﻿2026-06-21T05:14:26.9682423Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T05:14:26.9682768Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T05:14:26.9683013Z [36;1m$PIN = "0c95435"[0m
2026-06-21T05:14:26.9683270Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T05:14:26.9683528Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T05:14:26.9683898Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T05:14:26.9684332Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T05:14:26.9684634Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T05:14:26.9685447Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T05:14:26.9685693Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T05:14:26.9685985Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T05:14:26.9686302Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T05:14:26.9686586Z [36;1m}[0m
2026-06-21T05:14:26.9686759Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T05:14:26.9687006Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T05:14:26.9761067Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T05:14:26.9761337Z ##[endgroup]
2026-06-21T05:14:28.1056192Z    Compiling proc-macro2 v1.0.106
2026-06-21T05:14:28.1056600Z    Compiling unicode-ident v1.0.24
2026-06-21T05:14:28.1056943Z    Compiling quote v1.0.45
2026-06-21T05:14:28.1057230Z    Compiling cfg-if v1.0.4
2026-06-21T05:14:28.1057606Z    Compiling serde_core v1.0.228
2026-06-21T05:14:28.1057948Z    Compiling serde v1.0.228
2026-06-21T05:14:28.1058229Z    Compiling windows-link v0.2.1
2026-06-21T05:14:28.1058502Z    Compiling portable-atomic v1.13.1
2026-06-21T05:14:28.1058836Z    Compiling typenum v1.20.1
2026-06-21T05:14:28.1059139Z    Compiling getrandom v0.3.4
2026-06-21T05:14:28.1059442Z    Compiling version_check v0.9.5
2026-06-21T05:14:28.1059790Z    Compiling pin-project-lite v0.2.17
2026-06-21T05:14:28.1060119Z    Compiling find-msvc-tools v0.1.9
2026-06-21T05:14:28.1060501Z    Compiling shlex v2.0.1
2026-06-21T05:14:28.1060936Z    Compiling memchr v2.8.1
2026-06-21T05:14:28.1061418Z    Compiling critical-section v1.2.0
2026-06-21T05:14:28.1914924Z    Compiling windows-sys v0.61.2
2026-06-21T05:14:28.1915364Z    Compiling subtle v2.6.1
2026-06-21T05:14:28.2604563Z    Compiling futures-core v0.3.32
2026-06-21T05:14:28.2634783Z    Compiling smallvec v1.15.1
2026-06-21T05:14:28.3101799Z    Compiling equivalent v1.0.2
2026-06-21T05:14:28.3915620Z    Compiling bytes v1.11.1
2026-06-21T05:14:28.4211084Z    Compiling itoa v1.0.18
2026-06-21T05:14:28.4211810Z    Compiling semver v1.0.28
2026-06-21T05:14:28.4718672Z    Compiling stable_deref_trait v1.2.1
2026-06-21T05:14:28.5012574Z    Compiling log v0.4.32
2026-06-21T05:14:28.5370100Z    Compiling generic-array v0.14.7
2026-06-21T05:14:28.5610327Z    Compiling slab v0.4.12
2026-06-21T05:14:28.6244060Z    Compiling rustc_version v0.4.1
2026-06-21T05:14:28.7648422Z    Compiling futures-sink v0.3.32
2026-06-21T05:14:28.7911848Z    Compiling futures-io v0.3.32
2026-06-21T05:14:28.7948608Z    Compiling futures-task v0.3.32
2026-06-21T05:14:28.7974248Z    Compiling rustversion v1.0.22
2026-06-21T05:14:28.8280584Z    Compiling hashbrown v0.17.1
2026-06-21T05:14:28.9631896Z    Compiling getrandom v0.2.17
2026-06-21T05:14:29.0505537Z    Compiling futures-channel v0.3.32
2026-06-21T05:14:29.1219374Z    Compiling jobserver v0.1.34
2026-06-21T05:14:29.1219934Z    Compiling cpufeatures v0.2.17
2026-06-21T05:14:29.1433995Z    Compiling fnv v1.0.7
2026-06-21T05:14:29.1992538Z    Compiling libc v0.2.186
2026-06-21T05:14:29.2407891Z    Compiling strsim v0.11.1
2026-06-21T05:14:29.2419534Z    Compiling cfg_aliases v0.2.1
2026-06-21T05:14:29.2478274Z    Compiling rand_core v0.10.1
2026-06-21T05:14:29.5133816Z    Compiling indexmap v2.14.0
2026-06-21T05:14:29.5257804Z    Compiling autocfg v1.5.1
2026-06-21T05:14:29.6222991Z    Compiling writeable v0.6.3
2026-06-21T05:14:29.6420089Z    Compiling litemap v0.8.2
2026-06-21T05:14:29.6420657Z    Compiling fs_extra v1.3.0
2026-06-21T05:14:29.6480914Z    Compiling dunce v1.0.5
2026-06-21T05:14:29.8065119Z    Compiling cc v1.2.63
2026-06-21T05:14:29.8550940Z    Compiling icu_properties_data v2.2.0
2026-06-21T05:14:29.8639556Z    Compiling ident_case v1.0.1
2026-06-21T05:14:29.9019948Z    Compiling getrandom v0.4.2
2026-06-21T05:14:29.9674049Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T05:14:30.0116876Z    Compiling utf8_iter v1.0.4
2026-06-21T05:14:30.0117410Z    Compiling percent-encoding v2.3.2
2026-06-21T05:14:30.1743023Z    Compiling syn v2.0.117
2026-06-21T05:14:30.2407484Z    Compiling http v1.4.1
2026-06-21T05:14:30.2497240Z    Compiling aws-lc-rs v1.17.0
2026-06-21T05:14:30.2544584Z    Compiling thiserror v2.0.18
2026-06-21T05:14:30.2566371Z    Compiling unicode-segmentation v1.13.3
2026-06-21T05:14:30.3429915Z    Compiling cpufeatures v0.3.0
2026-06-21T05:14:30.3644556Z    Compiling crypto-common v0.1.7
2026-06-21T05:14:30.4262435Z    Compiling scopeguard v1.2.0
2026-06-21T05:14:30.4501218Z    Compiling chacha20 v0.10.0
2026-06-21T05:14:30.5043436Z    Compiling block-buffer v0.10.4
2026-06-21T05:14:30.5062110Z    Compiling form_urlencoded v1.2.2
2026-06-21T05:14:30.5931497Z    Compiling lock_api v0.4.14
2026-06-21T05:14:30.6383230Z    Compiling bitflags v2.12.1
2026-06-21T05:14:30.6616890Z    Compiling untrusted v0.9.0
2026-06-21T05:14:30.6864910Z    Compiling cmake v0.1.58
2026-06-21T05:14:30.7643304Z    Compiling winapi v0.3.9
2026-06-21T05:14:30.7945802Z    Compiling rand v0.10.1
2026-06-21T05:14:30.8347648Z    Compiling digest v0.10.7
2026-06-21T05:14:30.8348113Z    Compiling num-traits v0.2.19
2026-06-21T05:14:30.8644347Z    Compiling windows-result v0.4.1
2026-06-21T05:14:30.8826568Z    Compiling windows-strings v0.5.1
2026-06-21T05:14:30.8827722Z    Compiling rustls v0.23.40
2026-06-21T05:14:31.1363719Z    Compiling heck v0.5.0
2026-06-21T05:14:31.1532510Z    Compiling convert_case v0.10.0
2026-06-21T05:14:31.4224263Z    Compiling unicode-xid v0.2.6
2026-06-21T05:14:31.5572844Z    Compiling aws-lc-sys v0.41.0
2026-06-21T05:14:31.6224493Z    Compiling ring v0.17.14
2026-06-21T05:14:31.7428262Z    Compiling const-oid v0.10.2
2026-06-21T05:14:31.7538356Z    Compiling atomic-waker v1.1.2
2026-06-21T05:14:31.7636575Z    Compiling anyhow v1.0.102
2026-06-21T05:14:31.7837065Z    Compiling zerocopy v0.8.50
2026-06-21T05:14:31.9731855Z    Compiling parking_lot_core v0.9.12
2026-06-21T05:14:31.9920628Z    Compiling httparse v1.10.1
2026-06-21T05:14:32.0104134Z    Compiling http-body v1.0.1
2026-06-21T05:14:32.0253298Z    Compiling hybrid-array v0.4.12
2026-06-21T05:14:32.0327723Z    Compiling curve25519-dalek v4.1.3
2026-06-21T05:14:32.0752068Z    Compiling ahash v0.8.12
2026-06-21T05:14:32.1324010Z    Compiling base64ct v1.8.3
2026-06-21T05:14:32.2146097Z    Compiling powerfmt v0.2.0
2026-06-21T05:14:32.3736878Z    Compiling either v1.16.0
2026-06-21T05:14:32.4213452Z    Compiling fastrand v2.4.1
2026-06-21T05:14:32.5256777Z    Compiling deranged v0.5.8
2026-06-21T05:14:32.6044005Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T05:14:32.6593400Z    Compiling rand_core v0.6.4
2026-06-21T05:14:32.6863332Z    Compiling base64 v0.22.1
2026-06-21T05:14:32.7336404Z    Compiling vcpkg v0.2.15
2026-06-21T05:14:32.8637908Z    Compiling tower-service v0.3.3
2026-06-21T05:14:32.9175296Z    Compiling tinyvec_macros v0.1.1
2026-06-21T05:14:32.9977900Z    Compiling num-conv v0.2.2
2026-06-21T05:14:33.0184763Z    Compiling time-core v0.1.8
2026-06-21T05:14:33.0213280Z    Compiling pkg-config v0.3.33
2026-06-21T05:14:33.2288295Z    Compiling try-lock v0.2.5
2026-06-21T05:14:33.2461033Z    Compiling data-encoding v2.11.0
2026-06-21T05:14:33.2633563Z    Compiling zmij v1.0.21
2026-06-21T05:14:33.2696696Z    Compiling tinyvec v1.11.0
2026-06-21T05:14:33.2842632Z    Compiling parking_lot v0.12.5
2026-06-21T05:14:33.3003046Z    Compiling want v0.3.1
2026-06-21T05:14:33.3021702Z    Compiling block-buffer v0.12.0
2026-06-21T05:14:33.3885699Z    Compiling crypto-common v0.2.2
2026-06-21T05:14:33.4800051Z    Compiling sha2 v0.10.9
2026-06-21T05:14:33.4899335Z    Compiling vergen-lib v9.1.0
2026-06-21T05:14:33.7132878Z    Compiling synstructure v0.13.2
2026-06-21T05:14:33.7177528Z    Compiling darling_core v0.20.11
2026-06-21T05:14:33.7873367Z    Compiling inout v0.1.4
2026-06-21T05:14:33.8702589Z    Compiling n0-future v0.3.2
2026-06-21T05:14:33.8809270Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T05:14:33.9444493Z    Compiling cordyceps v0.3.4
2026-06-21T05:14:33.9929579Z    Compiling signature v2.2.0
2026-06-21T05:14:33.9981282Z    Compiling httpdate v1.0.3
2026-06-21T05:14:34.0613878Z    Compiling crossbeam-utils v0.8.21
2026-06-21T05:14:34.1457274Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T05:14:34.2545358Z    Compiling spin v0.10.0
2026-06-21T05:14:34.2898678Z    Compiling parking v2.2.1
2026-06-21T05:14:34.3149585Z    Compiling diatomic-waker v0.2.3
2026-06-21T05:14:34.3798212Z    Compiling winnow v1.0.3
2026-06-21T05:14:34.4247443Z    Compiling serde_json v1.0.150
2026-06-21T05:14:34.4718348Z    Compiling futures-buffered v0.2.13
2026-06-21T05:14:34.4894587Z    Compiling futures-lite v2.6.1
2026-06-21T05:14:34.5527084Z    Compiling digest v0.11.3
2026-06-21T05:14:34.6779562Z    Compiling ed25519 v2.2.3
2026-06-21T05:14:34.7046545Z    Compiling cipher v0.4.4
2026-06-21T05:14:34.8973689Z    Compiling vergen-lib v0.1.6
2026-06-21T05:14:34.9123629Z    Compiling vergen v9.1.0
2026-06-21T05:14:34.9887132Z    Compiling universal-hash v0.5.1
2026-06-21T05:14:35.0048939Z    Compiling noq-udp v0.10.0
2026-06-21T05:14:35.0841999Z    Compiling heapless v0.7.17
2026-06-21T05:14:35.0914307Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T05:14:35.1889114Z    Compiling sync_wrapper v1.0.2
2026-06-21T05:14:35.2306223Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T05:14:35.2306789Z    Compiling opaque-debug v0.3.1
2026-06-21T05:14:35.3702392Z    Compiling allocator-api2 v0.2.21
2026-06-21T05:14:35.3789430Z    Compiling byteorder v1.5.0
2026-06-21T05:14:35.3792909Z    Compiling polyval v0.6.2
2026-06-21T05:14:35.5720070Z    Compiling hash32 v0.2.1
2026-06-21T05:14:35.6692677Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T05:14:35.7386962Z    Compiling spin v0.9.8
2026-06-21T05:14:35.7748760Z    Compiling vergen-gitcl v1.0.8
2026-06-21T05:14:35.8014447Z    Compiling windows-threading v0.2.1
2026-06-21T05:14:35.8517085Z    Compiling socket2 v0.6.4
2026-06-21T05:14:35.8726039Z    Compiling mio v1.2.1
2026-06-21T05:14:35.8757957Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T05:14:35.9977249Z    Compiling ryu v1.0.23
2026-06-21T05:14:36.0923718Z    Compiling signature v3.0.0
2026-06-21T05:14:36.0984350Z    Compiling tower-layer v0.3.3
2026-06-21T05:14:36.2362925Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T05:14:36.2540548Z    Compiling fallible-iterator v0.3.0
2026-06-21T05:14:36.3535440Z    Compiling windows-targets v0.52.6
2026-06-21T05:14:36.4023967Z    Compiling serde_derive v1.0.228
2026-06-21T05:14:36.4495643Z    Compiling zeroize_derive v1.4.3
2026-06-21T05:14:36.4522141Z    Compiling zerofrom-derive v0.1.7
2026-06-21T05:14:36.6254273Z    Compiling tokio-macros v2.7.0
2026-06-21T05:14:36.6259718Z    Compiling yoke-derive v0.8.2
2026-06-21T05:14:36.6710105Z    Compiling futures-macro v0.3.32
2026-06-21T05:14:36.8266127Z    Compiling zerovec-derive v0.11.3
2026-06-21T05:14:36.9233540Z    Compiling displaydoc v0.2.6
2026-06-21T05:14:37.0896661Z    Compiling tracing-attributes v0.1.31
2026-06-21T05:14:37.2018912Z    Compiling thiserror-impl v2.0.18
2026-06-21T05:14:37.2813357Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T05:14:37.3662603Z    Compiling zeroize v1.8.2
2026-06-21T05:14:37.5854526Z    Compiling tokio v1.52.3
2026-06-21T05:14:37.6693594Z    Compiling rustls-pki-types v1.14.1
2026-06-21T05:14:37.7605986Z    Compiling darling_macro v0.20.11
2026-06-21T05:14:37.7788743Z    Compiling futures-util v0.3.32
2026-06-21T05:14:37.7965338Z    Compiling derive_more-impl v2.1.1
2026-06-21T05:14:37.9138696Z    Compiling windows-interface v0.59.3
2026-06-21T05:14:38.0757549Z    Compiling spez v0.1.2
2026-06-21T05:14:38.1740316Z    Compiling n0-error-macros v0.1.3
2026-06-21T05:14:38.2211053Z    Compiling zerofrom v0.1.8
2026-06-21T05:14:38.2786110Z    Compiling windows-implement v0.60.2
2026-06-21T05:14:38.3691654Z    Compiling darling v0.20.11
2026-06-21T05:14:38.5409101Z    Compiling der v0.8.0-rc.10
2026-06-21T05:14:38.5693967Z    Compiling yoke v0.8.3
2026-06-21T05:14:38.6187453Z    Compiling derive_builder_core v0.20.2
2026-06-21T05:14:38.6766429Z    Compiling pin-project-internal v1.1.13
2026-06-21T05:14:38.9254771Z    Compiling zerovec v0.11.6
2026-06-21T05:14:38.9919730Z    Compiling zerotrie v0.2.4
2026-06-21T05:14:39.3455209Z    Compiling windows-core v0.62.2
2026-06-21T05:14:39.3525370Z    Compiling cobs v0.3.0
2026-06-21T05:14:39.3648029Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T05:14:39.3996297Z    Compiling n0-error v0.1.3
2026-06-21T05:14:39.5708656Z    Compiling tinystr v0.8.3
2026-06-21T05:14:39.6108485Z    Compiling potential_utf v0.1.5
2026-06-21T05:14:39.6657228Z    Compiling spki v0.8.0-rc.4
2026-06-21T05:14:39.8395946Z    Compiling icu_locale_core v2.2.0
2026-06-21T05:14:39.8396492Z    Compiling icu_collections v2.2.0
2026-06-21T05:14:39.9389748Z    Compiling derive_builder_macro v0.20.2
2026-06-21T05:14:39.9711417Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T05:14:39.9807263Z    Compiling ed25519-dalek v2.2.0
2026-06-21T05:14:40.1071727Z    Compiling windows-numerics v0.3.1
2026-06-21T05:14:40.1454283Z    Compiling pin-project v1.1.13
2026-06-21T05:14:40.1943003Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T05:14:40.2739404Z    Compiling windows-collections v0.3.2
2026-06-21T05:14:40.3957203Z    Compiling windows-future v0.3.2
2026-06-21T05:14:40.4016773Z    Compiling proc-macro-crate v3.5.0
2026-06-21T05:14:40.4176442Z    Compiling derive_builder v0.20.2
2026-06-21T05:14:40.4268769Z    Compiling postcard-derive v0.2.2
2026-06-21T05:14:40.4844767Z    Compiling ghash v0.5.1
2026-06-21T05:14:40.6995285Z    Compiling aes v0.8.4
2026-06-21T05:14:40.7001346Z    Compiling ctr v0.9.2
2026-06-21T05:14:40.8972142Z    Compiling icu_provider v2.2.0
2026-06-21T05:14:40.9142171Z    Compiling futures-executor v0.3.32
2026-06-21T05:14:41.1118610Z    Compiling futures v0.3.32
2026-06-21T05:14:41.1376684Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T05:14:41.1377214Z    Compiling fs2 v0.4.3
2026-06-21T05:14:41.1623243Z    Compiling time v0.3.47
2026-06-21T05:14:41.1794395Z    Compiling http-body-util v0.1.3
2026-06-21T05:14:41.2731052Z    Compiling icu_properties v2.2.0
2026-06-21T05:14:41.2846986Z    Compiling icu_normalizer v2.2.0
2026-06-21T05:14:41.4171378Z    Compiling ipnet v2.12.0
2026-06-21T05:14:41.4252935Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T05:14:41.5553217Z    Compiling aead v0.5.2
2026-06-21T05:14:41.5887938Z    Compiling widestring v1.2.1
2026-06-21T05:14:41.7117277Z    Compiling ipconfig v0.3.4
2026-06-21T05:14:41.7324212Z    Compiling aes-gcm v0.10.3
2026-06-21T05:14:41.9234992Z    Compiling once_cell v1.21.4
2026-06-21T05:14:41.9954814Z    Compiling prefix-trie v0.8.4
2026-06-21T05:14:42.0327723Z    Compiling chrono v0.4.45
2026-06-21T05:14:42.1162536Z    Compiling tracing-core v0.1.36
2026-06-21T05:14:42.2003095Z    Compiling postcard v1.1.3
2026-06-21T05:14:42.2260418Z    Compiling tokio-util v0.7.18
2026-06-21T05:14:42.3184678Z    Compiling tower v0.5.3
2026-06-21T05:14:42.4258781Z    Compiling hashbrown v0.14.5
2026-06-21T05:14:42.4965171Z    Compiling num_enum_derive v0.7.6
2026-06-21T05:14:42.5298103Z    Compiling derive_more v2.1.1
2026-06-21T05:14:43.5010877Z    Compiling tracing v0.1.44
2026-06-21T05:14:43.5181492Z    Compiling idna_adapter v1.2.2
2026-06-21T05:14:43.6032504Z    Compiling hashlink v0.9.1
2026-06-21T05:14:43.6060177Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T05:14:43.6823845Z    Compiling idna v1.1.0
2026-06-21T05:14:43.7496448Z    Compiling windows v0.62.2
2026-06-21T05:14:43.7901863Z    Compiling data-encoding-macro v0.1.20
2026-06-21T05:14:43.8822235Z    Compiling h2 v0.4.14
2026-06-21T05:14:43.9635747Z    Compiling rusqlite v0.32.1
2026-06-21T05:14:43.9797426Z    Compiling windows-sys v0.59.0
2026-06-21T05:14:44.0525147Z    Compiling url v2.5.8
2026-06-21T05:14:44.0616964Z    Compiling strum_macros v0.28.0
2026-06-21T05:14:44.0885927Z    Compiling async-trait v0.1.89
2026-06-21T05:14:44.3620457Z    Compiling enum-assoc v1.3.0
2026-06-21T05:14:44.3649136Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T05:14:44.3749709Z    Compiling crossbeam-channel v0.5.15
2026-06-21T05:14:44.5443729Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T05:14:44.5683590Z    Compiling windows-registry v0.6.1
2026-06-21T05:14:44.6979412Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T05:14:44.9687121Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T05:14:44.9842457Z    Compiling blake3 v1.8.5
2026-06-21T05:14:45.0020627Z    Compiling uuid v1.23.2
2026-06-21T05:14:45.1217719Z    Compiling memoffset v0.6.5
2026-06-21T05:14:45.1218178Z    Compiling netwatch v0.16.0
2026-06-21T05:14:45.3587853Z    Compiling noq v0.18.0
2026-06-21T05:14:45.5051875Z    Compiling acto v0.8.2
2026-06-21T05:14:45.5330122Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T05:14:45.5620333Z    Compiling foldhash v0.2.0
2026-06-21T05:14:45.5620961Z    Compiling rustc-hash v2.1.2
2026-06-21T05:14:45.5993418Z    Compiling lru-slab v0.1.2
2026-06-21T05:14:45.7179343Z    Compiling thiserror v1.0.69
2026-06-21T05:14:45.7408167Z    Compiling tagptr v0.2.0
2026-06-21T05:14:45.8024846Z    Compiling mac-addr v0.3.0
2026-06-21T05:14:45.8255847Z    Compiling identity-hash v0.1.0
2026-06-21T05:14:45.8406372Z    Compiling xml-rs v0.8.28
2026-06-21T05:14:45.8680429Z    Compiling ref-cast v1.0.25
2026-06-21T05:14:45.9105954Z    Compiling moka v0.12.15
2026-06-21T05:14:45.9453895Z    Compiling netdev v0.42.0
2026-06-21T05:14:46.0443093Z    Compiling hashbrown v0.16.1
2026-06-21T05:14:46.3533348Z    Compiling iroh-metrics v0.38.3
2026-06-21T05:14:46.5001116Z    Compiling xmltree v0.10.3
2026-06-21T05:14:46.6371880Z    Compiling attohttpc v0.30.1
2026-06-21T05:14:46.7931819Z    Compiling tower-http v0.6.11
2026-06-21T05:14:46.8015522Z    Compiling iroh-base v0.98.0
2026-06-21T05:14:46.8150423Z    Compiling iroh-relay v0.98.0
2026-06-21T05:14:46.8625922Z    Compiling strum v0.28.0
2026-06-21T05:14:46.9965228Z    Compiling num_enum v0.7.6
2026-06-21T05:14:47.1235382Z    Compiling n0-watcher v0.6.1
2026-06-21T05:14:47.1437334Z    Compiling tokio-stream v0.1.18
2026-06-21T05:14:47.1899520Z    Compiling serde_spanned v0.6.9
2026-06-21T05:14:47.3380697Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T05:14:47.3585410Z    Compiling toml_datetime v0.6.11
2026-06-21T05:14:47.3657945Z    Compiling thiserror-impl v1.0.69
2026-06-21T05:14:47.4259663Z    Compiling ref-cast-impl v1.0.25
2026-06-21T05:14:47.6448923Z    Compiling serde_derive_internals v0.29.1
2026-06-21T05:14:47.7313473Z    Compiling simple-dns v0.9.3
2026-06-21T05:14:47.7740862Z    Compiling serial-core v0.4.0
2026-06-21T05:14:47.7872109Z    Compiling aho-corasick v1.1.4
2026-06-21T05:14:47.8992056Z    Compiling arrayref v0.3.9
2026-06-21T05:14:47.9149735Z    Compiling winnow v0.7.15
2026-06-21T05:14:48.0045091Z    Compiling sha1_smol v1.0.1
2026-06-21T05:14:48.0593088Z    Compiling simdutf8 v0.1.5
2026-06-21T05:14:48.1066207Z    Compiling hyper v1.10.1
2026-06-21T05:14:48.1320177Z    Compiling regex-syntax v0.8.10
2026-06-21T05:14:48.2709277Z    Compiling winreg v0.10.1
2026-06-21T05:14:48.3865064Z    Compiling toml_write v0.1.2
2026-06-21T05:14:49.1776090Z    Compiling resolv-conf v0.7.6
2026-06-21T05:14:49.2845195Z    Compiling constant_time_eq v0.4.2
2026-06-21T05:14:49.3211685Z    Compiling arrayvec v0.7.6
2026-06-21T05:14:49.3695107Z    Compiling smol_str v0.1.24
2026-06-21T05:14:49.4729948Z    Compiling schemars_derive v1.2.1
2026-06-21T05:14:49.5660852Z    Compiling toml_edit v0.22.27
2026-06-21T05:14:49.7198979Z    Compiling regex-automata v0.4.14
2026-06-21T05:14:49.7662997Z    Compiling hyper-util v0.1.20
2026-06-21T05:14:49.7828202Z    Compiling iroh-dns v0.98.0
2026-06-21T05:14:50.3251135Z    Compiling serial-windows v0.4.0
2026-06-21T05:14:50.5359755Z    Compiling lru v0.16.4
2026-06-21T05:14:50.6792873Z    Compiling webpki-roots v1.0.7
2026-06-21T05:14:50.8880558Z    Compiling seize v0.5.1
2026-06-21T05:14:50.9366524Z    Compiling darling_core v0.23.0
2026-06-21T05:14:51.0266914Z    Compiling hmac v0.12.1
2026-06-21T05:14:51.0352602Z    Compiling serde_bytes v0.11.19
2026-06-21T05:14:51.0703024Z    Compiling iroh v0.98.2
2026-06-21T05:14:51.1633685Z    Compiling pin-utils v0.1.0
2026-06-21T05:14:51.1868768Z    Compiling bitflags v1.3.2
2026-06-21T05:14:51.2325960Z    Compiling igd-next v0.17.1
2026-06-21T05:14:51.2853967Z    Compiling utf8parse v0.2.2
2026-06-21T05:14:51.3147232Z    Compiling dyn-clone v1.0.20
2026-06-21T05:14:51.3503434Z    Compiling cmov v0.5.4
2026-06-21T05:14:51.4359407Z    Compiling lazy_static v1.5.0
2026-06-21T05:14:51.5228008Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T05:14:51.5228546Z    Compiling anstyle v1.0.14
2026-06-21T05:14:51.5901718Z    Compiling shared_library v0.1.9
2026-06-21T05:14:51.6567434Z    Compiling ctutils v0.4.2
2026-06-21T05:14:51.6906816Z    Compiling schemars v1.2.1
2026-06-21T05:14:51.6979498Z    Compiling toml v0.8.23
2026-06-21T05:14:51.8341525Z    Compiling anstyle-wincon v3.0.11
2026-06-21T05:14:52.0093896Z    Compiling regex v1.12.3
2026-06-21T05:14:52.0222088Z    Compiling anstyle-parse v1.0.0
2026-06-21T05:14:52.0396267Z    Compiling nix v0.25.1
2026-06-21T05:14:52.1781392Z    Compiling hkdf v0.12.4
2026-06-21T05:14:52.1921182Z    Compiling papaya v0.2.4
2026-06-21T05:14:52.2513736Z    Compiling serial v0.4.0
2026-06-21T05:14:52.2854564Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T05:14:52.3651833Z    Compiling filedescriptor v0.8.3
2026-06-21T05:14:52.3977548Z    Compiling backon v1.6.0
2026-06-21T05:14:52.5231589Z    Compiling anstyle-query v1.1.5
2026-06-21T05:14:52.6512075Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T05:14:52.6512848Z    Compiling instability v0.3.12
2026-06-21T05:14:52.6813387Z    Compiling shell-words v1.1.1
2026-06-21T05:14:52.7116513Z    Compiling foldhash v0.1.5
2026-06-21T05:14:52.7116985Z    Compiling colorchoice v1.0.5
2026-06-21T05:14:52.8051941Z    Compiling downcast-rs v1.2.1
2026-06-21T05:14:52.9100054Z    Compiling paste v1.0.15
2026-06-21T05:14:52.9580336Z    Compiling portable-pty v0.8.1
2026-06-21T05:14:52.9580857Z    Compiling hashbrown v0.15.5
2026-06-21T05:14:52.9617560Z    Compiling anstream v1.0.0
2026-06-21T05:14:52.9700991Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T05:14:53.0293316Z    Compiling spake2 v0.4.0
2026-06-21T05:14:53.0817692Z    Compiling strum_macros v0.26.4
2026-06-21T05:14:53.4669910Z    Compiling terminal_size v0.4.4
2026-06-21T05:14:53.4710668Z    Compiling crossterm_winapi v0.9.1
2026-06-21T05:14:53.5472039Z    Compiling itertools v0.13.0
2026-06-21T05:14:53.6344778Z    Compiling sha1 v0.10.6
2026-06-21T05:14:53.7946158Z    Compiling castaway v0.2.4
2026-06-21T05:14:53.9227539Z    Compiling doctest-file v1.1.1
2026-06-21T05:14:53.9763560Z    Compiling clap_lex v1.1.0
2026-06-21T05:14:53.9764078Z    Compiling static_assertions v1.1.0
2026-06-21T05:14:54.0766921Z    Compiling recvmsg v1.0.0
2026-06-21T05:14:54.3284663Z    Compiling wmi v0.18.4
2026-06-21T05:14:54.4470221Z    Compiling unicode-width v0.1.14
2026-06-21T05:14:54.5203324Z    Compiling indoc v2.0.7
2026-06-21T05:14:54.5270782Z    Compiling interprocess v2.4.2
2026-06-21T05:14:54.5392902Z    Compiling clap_builder v4.6.0
2026-06-21T05:14:54.7804653Z    Compiling darling_macro v0.23.0
2026-06-21T05:14:54.8043649Z    Compiling compact_str v0.8.2
2026-06-21T05:14:55.1053437Z    Compiling lru v0.12.5
2026-06-21T05:14:55.3143506Z    Compiling darling v0.23.0
2026-06-21T05:14:55.3379773Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T05:14:55.5154618Z    Compiling unicode-truncate v1.1.0
2026-06-21T05:14:55.6070830Z    Compiling strum v0.26.3
2026-06-21T05:14:55.7128981Z    Compiling crossterm v0.28.1
2026-06-21T05:14:55.7997259Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T05:14:55.8874626Z    Compiling clap_derive v4.6.1
2026-06-21T05:14:56.1968020Z    Compiling cassowary v0.3.0
2026-06-21T05:14:56.4950213Z    Compiling portmapper v0.16.0
2026-06-21T05:14:56.5357245Z    Compiling unicode-width v0.2.0
2026-06-21T05:14:56.7870461Z    Compiling error-code v3.3.2
2026-06-21T05:14:56.8722696Z    Compiling ratatui v0.29.0
2026-06-21T05:14:57.0191411Z    Compiling clipboard-win v5.4.1
2026-06-21T05:14:57.2057627Z    Compiling nucleo-matcher v0.3.1
2026-06-21T05:14:57.2872271Z    Compiling qrcode v0.14.1
2026-06-21T05:14:57.5318989Z    Compiling tempfile v3.27.0
2026-06-21T05:14:58.3741626Z    Compiling clap v4.6.1
2026-06-21T05:15:10.9059980Z    Compiling rustls-webpki v0.103.13
2026-06-21T05:15:13.2380457Z    Compiling tokio-rustls v0.26.4
2026-06-21T05:15:13.2380824Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T05:15:13.2381075Z    Compiling noq-proto v0.17.0
2026-06-21T05:15:13.3951772Z    Compiling hyper-rustls v0.27.9
2026-06-21T05:15:13.3952301Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T05:15:13.3952645Z    Compiling tokio-websockets v0.13.2
2026-06-21T05:15:13.5449583Z    Compiling reqwest v0.13.4
2026-06-21T05:15:14.5349764Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T05:15:34.5609284Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T05:15:35.9414255Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T05:15:45.0647336Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T05:15:52.1606444Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s
2026-06-21T05:15:52.1835144Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T05:15:52.2369651Z 
2026-06-21T05:15:52.2370223Z running 1 test
2026-06-21T05:15:59.4427978Z test new_brain_serves_against_old_broker ... ok
2026-06-21T05:15:59.4428229Z 
2026-06-21T05:15:59.4428436Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.21s
2026-06-21T05:15:59.4428681Z 
